From: Jyrki Gadinger Date: Tue, 18 Feb 2025 10:53:13 +0000 (+0100) Subject: add link to server if TOS needs to be signed X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~2^2~44^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=c320a0ae311f06a1f668a0fba5b331cf1c46c69d;p=nextcloud-desktop.git add link to server if TOS needs to be signed Signed-off-by: Jyrki Gadinger --- diff --git a/src/gui/accountsettings.cpp b/src/gui/accountsettings.cpp index 579b053a0..0a5a9f527 100644 --- a/src/gui/accountsettings.cpp +++ b/src/gui/accountsettings.cpp @@ -1346,7 +1346,7 @@ void AccountSettings::slotAccountStateChanged() Q_UNREACHABLE(); break; case AccountState::NeedToSignTermsOfService: - showConnectionLabel(tr("You need to accept the terms of service")); + showConnectionLabel(tr("You need to accept the terms of service at %1.").arg(server)); break; } } else {